//---------------------------------------------------------------------------- // File: CRS.h // Class: CRS -- Common Rendering System // Type: 3D API System Managment // Author: Ken Anderson // Date: 12/17/04 // OS dependant: N/A // Desc: The Main CRS header that should contain everything in the Common // Rendering Class System from objects, to the CRS object that manages // the C3D Manager & Tools. // // Required headers: // 1) CRSObjects.h == A list of CRS objects available. // 5) CRSGlobal.h == Main CRSManager in the system. //---------------------------------------------------------------------------- #ifndef __CRS__ #define __CRS__ #include "C3DPrimitives.h" #include "CRSGlobal.h" #endif